3.185 \(\int \cot ^2(x) \csc ^4(x) \, dx\)

Optimal. Leaf size=17 \[ -\frac{1}{5} \cot ^5(x)-\frac{\cot ^3(x)}{3} \]

[Out]

-Cot[x]^3/3 - Cot[x]^5/5

________________________________________________________________________________________

Rubi [A]  time = 0.025849, antiderivative size = 17, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 9, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.222, Rules used = {2607, 14} \[ -\frac{1}{5} \cot ^5(x)-\frac{\cot ^3(x)}{3} \]

Antiderivative was successfully verified.

[In]

Int[Cot[x]^2*Csc[x]^4,x]

[Out]

-Cot[x]^3/3 - Cot[x]^5/5

Rule 2607

Int[sec[(e_.) + (f_.)*(x_)]^(m_)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Dist[1/f, Subst[Int[(b*x)
^n*(1 + x^2)^(m/2 - 1), x], x, Tan[e + f*x]], x] /; FreeQ[{b, e, f, n}, x] && IntegerQ[m/2] &&  !(IntegerQ[(n
- 1)/2] && LtQ[0, n, m - 1])

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rubi steps

\begin{align*} \int \cot ^2(x) \csc ^4(x) \, dx &=\operatorname{Subst}\left (\int x^2 \left (1+x^2\right ) \, dx,x,-\cot (x)\right )\\ &=\operatorname{Subst}\left (\int \left (x^2+x^4\right ) \, dx,x,-\cot (x)\right )\\ &=-\frac{1}{3} \cot ^3(x)-\frac{\cot ^5(x)}{5}\\ \end{align*}

Mathematica [A]  time = 0.0216094, size = 27, normalized size = 1.59 \[ \frac{2 \cot (x)}{15}-\frac{1}{5} \cot (x) \csc ^4(x)+\frac{1}{15} \cot (x) \csc ^2(x) \]

Antiderivative was successfully verified.

[In]

Integrate[Cot[x]^2*Csc[x]^4,x]

[Out]

(2*Cot[x])/15 + (Cot[x]*Csc[x]^2)/15 - (Cot[x]*Csc[x]^4)/5

________________________________________________________________________________________

Maple [A]  time = 0.007, size = 22, normalized size = 1.3 \begin{align*} -{\frac{ \left ( \cos \left ( x \right ) \right ) ^{3}}{5\, \left ( \sin \left ( x \right ) \right ) ^{5}}}-{\frac{2\, \left ( \cos \left ( x \right ) \right ) ^{3}}{15\, \left ( \sin \left ( x \right ) \right ) ^{3}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)^2/sin(x)^6,x)

[Out]

-1/5*cos(x)^3/sin(x)^5-2/15*cos(x)^3/sin(x)^3

________________________________________________________________________________________

Maxima [A]  time = 0.959092, size = 19, normalized size = 1.12 \begin{align*} -\frac{5 \, \tan \left (x\right )^{2} + 3}{15 \, \tan \left (x\right )^{5}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)^2/sin(x)^6,x, algorithm="maxima")

[Out]

-1/15*(5*tan(x)^2 + 3)/tan(x)^5

________________________________________________________________________________________

Fricas [B]  time = 1.77145, size = 93, normalized size = 5.47 \begin{align*} \frac{2 \, \cos \left (x\right )^{5} - 5 \, \cos \left (x\right )^{3}}{15 \,{\left (\cos \left (x\right )^{4} - 2 \, \cos \left (x\right )^{2} + 1\right )} \sin \left (x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)^2/sin(x)^6,x, algorithm="fricas")

[Out]

1/15*(2*cos(x)^5 - 5*cos(x)^3)/((cos(x)^4 - 2*cos(x)^2 + 1)*sin(x))

________________________________________________________________________________________

Sympy [B]  time = 0.060839, size = 29, normalized size = 1.71 \begin{align*} \frac{2 \cos{\left (x \right )}}{15 \sin{\left (x \right )}} + \frac{\cos{\left (x \right )}}{15 \sin ^{3}{\left (x \right )}} - \frac{\cos{\left (x \right )}}{5 \sin ^{5}{\left (x \right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)**2/sin(x)**6,x)

[Out]

2*cos(x)/(15*sin(x)) + cos(x)/(15*sin(x)**3) - cos(x)/(5*sin(x)**5)

________________________________________________________________________________________

Giac [A]  time = 1.12669, size = 19, normalized size = 1.12 \begin{align*} -\frac{5 \, \tan \left (x\right )^{2} + 3}{15 \, \tan \left (x\right )^{5}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)^2/sin(x)^6,x, algorithm="giac")

[Out]

-1/15*(5*tan(x)^2 + 3)/tan(x)^5